儲存空間使用相關指令


查詢各空間剩餘

df -h

列出各資料夾所用空間並排序

du -ch --exclude=./huge_dir --max-depth=1 | sort -hr | head






你可能感興趣的文章

leetcode-Remove Duplicates from an Array (ES6)

leetcode-Remove Duplicates from an Array (ES6)

MTR04_0720

MTR04_0720

【JS幼幼班】Step.06 基本語法:基本型別(string、symbol)

【JS幼幼班】Step.06 基本語法:基本型別(string、symbol)






留言討論